home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA-CD 2
/
Amiga-CD - Volume 2.iso
/
ungepackte_daten
/
1995
/
3
/
06a
/
browserii
/
rexx
/
deliplay.rexx
next >
Wrap
OS/2 REXX Batch file
|
1995-06-01
|
466b
|
26 lines
/* DeliTracker - angegebenes Module laden & spielen */
/* Arguments */
parse arg args
call addlib("RexxDosSupport.library",0,-30,2)
if ~ReadArgs(args, "Module/A") then
do
say Fault(rc, "DeliPlay")
exit
end
options results
address command 'WaitForPort -i DELITRACKER'
if rc ~= 0 then
do
address command 'WBRun Tools:Zikmu/DeliTracker_II/DeliTracker2'
if rc ~= 0 then
exit
address command 'WaitForPort DELITRACKER'
end
address 'DELITRACKER'
playmod Module